2025-03-31 12:01:17,933 [ 674167 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:53, check_args_and_update_paths) 2025-03-31 12:01:17,933 [ 674167 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:97, check_args_and_update_paths) 2025-03-31 12:01:17,933 [ 674167 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:108, check_args_and_update_paths) 2025-03-31 12:01:17,933 [ 674167 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:110, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_abl9zk --privileged --dns-search='.' --memory=30709026816 --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=6712d5cc610d -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=caad4729259e -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS=" -rfEps --run-id=2 --color=no --durations=0 test_settings_randomization/test.py::test_settings_randomization -vvv" altinityinfra/integration-tests-runner:cd6390247eca '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: random-0.2, timeout-2.2.0, repeat-0.9.3, order-1.0.0, reportlog-0.4.0, xdist-3.5.0 timeout: 900.0s timeout method: signal timeout func_only: False collecting ... collected 1 item test_settings_randomization/test.py::test_settings_randomization FAILED [100%] =================================== FAILURES =================================== _________________________ test_settings_randomization __________________________ started_cluster = def test_settings_randomization(started_cluster): """ See tests/integration/helpers/random_settings.py """ def q(field, name): return int( node.query( f"SELECT {field} FROM system.settings WHERE name = '{name}'" ).strip() ) # setting set in test config is not overriden assert q("value", "max_block_size") == 59999 # some setting is randomized > assert q("changed", "max_joined_block_size_rows") == 1 E AssertionError: assert 0 == 1 E + where 0 = .q at 0x7ff64f8ddfc0>('changed', 'max_joined_block_size_rows') test_settings_randomization/test.py:35: AssertionError ---------------------------- Captured stdout setup ----------------------------- Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml ------------------------------ Captured log setup ------------------------------ 2025-03-31 12:01:22 [ 630 ] DEBUG : Command:[docker ps | wc -l] (cluster.py:122, run_and_check) 2025-03-31 12:01:22 [ 630 ] DEBUG : Stdout:1 (cluster.py:146, run_and_check) 2025-03-31 12:01:22 [ 630 ] DEBUG : No running containers (conftest.py:96, cleanup_environment) 2025-03-31 12:01:22 [ 630 ] DEBUG : Pruning Docker networks (conftest.py:98, cleanup_environment) 2025-03-31 12:01:22 [ 630 ] DEBUG : Command:[docker network prune --force] (cluster.py:122, run_and_check) 2025-03-31 12:01:22 [ 630 ] DEBUG : Command:[sysctl net.ipv4.ip_local_port_range='55000 65535'] (cluster.py:122, run_and_check) 2025-03-31 12:01:22 [ 630 ] DEBUG : Stdout:net.ipv4.ip_local_port_range = 55000 65535 (cluster.py:146, run_and_check) 2025-03-31 12:01:22 [ 630 ] INFO : Running tests in /ClickHouse/tests/integration/test_settings_randomization/test.py (cluster.py:2793, start) 2025-03-31 12:01:22 [ 630 ] DEBUG : Cluster start called. is_up=False (cluster.py:2800, start) 2025-03-31 12:01:22 [ 630 ] DEBUG : Docker networks for project roottestsettingsrandomization are NETWORK ID NAME DRIVER SCOPE (cluster.py:873, print_all_docker_pieces) 2025-03-31 12:01:22 [ 630 ] DEBUG : Docker containers for project roottestsettingsrandomization are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:881, print_all_docker_pieces) 2025-03-31 12:01:22 [ 630 ] DEBUG : Docker volumes for project roottestsettingsrandomization are DRIVER VOLUME NAME (cluster.py:889, print_all_docker_pieces) 2025-03-31 12:01:22 [ 630 ] DEBUG : Cleanup called (cluster.py:894, cleanup) 2025-03-31 12:01:22 [ 630 ] DEBUG : Docker networks for project roottestsettingsrandomization are NETWORK ID NAME DRIVER SCOPE (cluster.py:873, print_all_docker_pieces) 2025-03-31 12:01:22 [ 630 ] DEBUG : Docker containers for project roottestsettingsrandomization are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:881, print_all_docker_pieces) 2025-03-31 12:01:22 [ 630 ] DEBUG : Docker volumes for project roottestsettingsrandomization are DRIVER VOLUME NAME (cluster.py:889, print_all_docker_pieces) 2025-03-31 12:01:22 [ 630 ] DEBUG : Command:[docker container list --all --filter name='^/roottestsettingsrandomization-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:122, run_and_check) 2025-03-31 12:01:22 [ 630 ] DEBUG : Unstopped containers: {} (cluster.py:908, cleanup) 2025-03-31 12:01:22 [ 630 ] DEBUG : No running containers for project: roottestsettingsrandomization (cluster.py:922, cleanup) 2025-03-31 12:01:22 [ 630 ] DEBUG : Trying to prune unused networks... (cluster.py:928, cleanup) 2025-03-31 12:01:22 [ 630 ] DEBUG : Trying to prune unused images... (cluster.py:944, cleanup) 2025-03-31 12:01:22 [ 630 ] DEBUG : Command:[docker image prune -f] (cluster.py:122, run_and_check) 2025-03-31 12:01:22 [ 630 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:146, run_and_check) 2025-03-31 12:01:22 [ 630 ] DEBUG : Images pruned (cluster.py:947, cleanup) 2025-03-31 12:01:22 [ 630 ] DEBUG : Trying to prune unused volumes... (cluster.py:953, cleanup) 2025-03-31 12:01:22 [ 630 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:122, run_and_check) 2025-03-31 12:01:22 [ 630 ] DEBUG : Stdout:1 (cluster.py:146, run_and_check) 2025-03-31 12:01:22 [ 630 ] DEBUG : Volumes pruned: 1 (cluster.py:958, cleanup) 2025-03-31 12:01:22 [ 630 ] DEBUG : Setup directory for instance: node1 (cluster.py:2813, start) 2025-03-31 12:01:22 [ 630 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4639, create_dir) 2025-03-31 12:01:22 [ 630 ] DEBUG : Create directory for common tests configuration (cluster.py:4644, create_dir) 2025-03-31 12:01:22 [ 630 ] DEBUG : Copy common configuration from helpers (cluster.py:4664, create_dir) 2025-03-31 12:01:22 [ 630 ] DEBUG : Generate and write macros file (cluster.py:4716, create_dir) 2025-03-31 12:01:22 [ 630 ] DEBUG : Copy custom test config files [] to /ClickHouse/tests/integration/test_settings_randomization/_instances-2/node1/configs/config.d (cluster.py:4752, create_dir) 2025-03-31 12:01:22 [ 630 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_settings_randomization/_instances-2/node1/database (cluster.py:4769, create_dir) 2025-03-31 12:01:22 [ 630 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_settings_randomization/_instances-2/node1/logs (cluster.py:4780, create_dir) 2025-03-31 12:01:22 [ 630 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log", "--"] (cluster.py:4864, create_dir) 2025-03-31 12:01:22 [ 630 ] DEBUG : Env {'ASAN_OPTIONS': 'use_sigaltstack=0', 'TSAN_OPTIONS': 'use_sigaltstack=0', 'CLICKHOUSE_WATCHDOG_ENABLE': '0', 'CLICKHOUSE_NATS_TLS_SECURE': '0', 'LLVM_PROFILE_FILE': '/var/lib/clickhouse/server_%h_%p_%m.profraw'} stored in /ClickHouse/tests/integration/test_settings_randomization/_instances-2/.env (cluster.py:97, _create_env_file) 2025-03-31 12:01:22 [ 630 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2025-03-31 12:01:22 [ 630 ] DEBUG : No config file found (config.py:28, find_config_file) 2025-03-31 12:01:22 [ 630 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2025-03-31 12:01:22 [ 630 ] DEBUG : No config file found (config.py:28, find_config_file) 2025-03-31 12:01:22 [ 630 ] DEBUG : http://localhost:None "GET /version HTTP/1.1" 200 826 (connectionpool.py:547, _make_request) 2025-03-31 12:01:22 [ 630 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_settings_randomization/_instances-2/.env --project-name roottestsettingsrandomization --file /ClickHouse/tests/integration/test_settings_randomization/_instances-2/node1/docker-compose.yml pull] (cluster.py:122, run_and_check) 2025-03-31 12:01:33 [ 630 ] DEBUG : Stderr: node1 Pulling (cluster.py:148, run_and_check) 2025-03-31 12:01:33 [ 630 ] DEBUG : Stderr: node1 Pulled (cluster.py:148, run_and_check) 2025-03-31 12:01:33 [ 630 ] DEBUG : ('Trying to create ClickHouse instance by command %s', 'docker compose --env-file /ClickHouse/tests/integration/test_settings_randomization/_instances-2/.env --project-name roottestsettingsrandomization --file /ClickHouse/tests/integration/test_settings_randomization/_instances-2/node1/docker-compose.yml up -d --no-recreate') (cluster.py:3200, start) 2025-03-31 12:01:33 [ 630 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_settings_randomization/_instances-2/.env --project-name roottestsettingsrandomization --file /ClickHouse/tests/integration/test_settings_randomization/_instances-2/node1/docker-compose.yml up -d --no-recreate] (cluster.py:122, run_and_check) 2025-03-31 12:01:34 [ 630 ] DEBUG : Stderr: Network roottestsettingsrandomization_default Creating (cluster.py:148, run_and_check) 2025-03-31 12:01:34 [ 630 ] DEBUG : Stderr: Network roottestsettingsrandomization_default Created (cluster.py:148, run_and_check) 2025-03-31 12:01:34 [ 630 ] DEBUG : Stderr: Container roottestsettingsrandomization-node1-1 Creating (cluster.py:148, run_and_check) 2025-03-31 12:01:34 [ 630 ] DEBUG : Stderr: Container roottestsettingsrandomization-node1-1 Created (cluster.py:148, run_and_check) 2025-03-31 12:01:34 [ 630 ] DEBUG : Stderr: Container roottestsettingsrandomization-node1-1 Starting (cluster.py:148, run_and_check) 2025-03-31 12:01:34 [ 630 ] DEBUG : Stderr: Container roottestsettingsrandomization-node1-1 Started (cluster.py:148, run_and_check) 2025-03-31 12:01:34 [ 630 ] DEBUG : ClickHouse instance created (cluster.py:3208, start) 2025-03-31 12:01:34 [ 630 ] DEBUG : get_instance_ip instance_name=node1 (cluster.py:2082, get_instance_ip) 2025-03-31 12:01:34 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestsettingsrandomization-node1-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:34 [ 630 ] DEBUG : get_instance_ip instance_name=node1 (cluster.py:2092, get_instance_global_ipv6) 2025-03-31 12:01:34 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestsettingsrandomization-node1-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:34 [ 630 ] DEBUG : Waiting for ClickHouse start in node1, ip: 172.16.1.2... (cluster.py:3216, start) 2025-03-31 12:01:34 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestsettingsrandomization-node1-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:34 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:34 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:34 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:34 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:34 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:34 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:34 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:34 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:34 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:35 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:35 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:35 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:35 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:35 [ 630 ] DEBUG : http://localhost:None "GET /v1.46/containers/f74f33bf9f3bee806044333f22ce10a500661ba4d1e50a30e6bb1a382193e3ee/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-03-31 12:01:35 [ 630 ] DEBUG : ClickHouse node1 started (cluster.py:3220, start) ------------------------------ Captured log call ------------------------------- 2025-03-31 12:01:35 [ 630 ] DEBUG : Executing query SELECT value FROM system.settings WHERE name = 'max_block_size' on node1 (cluster.py:3677, query) 2025-03-31 12:01:35 [ 630 ] DEBUG : Executing query SELECT changed FROM system.settings WHERE name = 'max_joined_block_size_rows' on node1 (cluster.py:3677, query) ---------------------------- Captured log teardown ----------------------------- 2025-03-31 12:01:35 [ 630 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_settings_randomization/_instances-2/.env --project-name roottestsettingsrandomization --file /ClickHouse/tests/integration/test_settings_randomization/_instances-2/node1/docker-compose.yml stop --timeout 20] (cluster.py:122, run_and_check) 2025-03-31 12:01:38 [ 630 ] DEBUG : Stderr: Container roottestsettingsrandomization-node1-1 Stopping (cluster.py:148, run_and_check) 2025-03-31 12:01:38 [ 630 ] DEBUG : Stderr: Container roottestsettingsrandomization-node1-1 Stopped (cluster.py:148, run_and_check) 2025-03-31 12:01:38 [ 630 ] DEBUG : Command:[bash -c [ -f /ClickHouse/tests/integration/test_settings_randomization/_instances-2/node1/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_settings_randomization/_instances-2/node1/logs/stderr.log* | ( [ -z "" ] && cat || grep -v "$" ) || true] (cluster.py:122, run_and_check) 2025-03-31 12:01:38 [ 630 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_settings_randomization/_instances-2/.env --project-name roottestsettingsrandomization --file /ClickHouse/tests/integration/test_settings_randomization/_instances-2/node1/docker-compose.yml down --volumes] (cluster.py:122, run_and_check) 2025-03-31 12:01:39 [ 630 ] DEBUG : Stderr: Container roottestsettingsrandomization-node1-1 Stopping (cluster.py:148, run_and_check) 2025-03-31 12:01:39 [ 630 ] DEBUG : Stderr: Container roottestsettingsrandomization-node1-1 Stopped (cluster.py:148, run_and_check) 2025-03-31 12:01:39 [ 630 ] DEBUG : Stderr: Container roottestsettingsrandomization-node1-1 Removing (cluster.py:148, run_and_check) 2025-03-31 12:01:39 [ 630 ] DEBUG : Stderr: Container roottestsettingsrandomization-node1-1 Removed (cluster.py:148, run_and_check) 2025-03-31 12:01:39 [ 630 ] DEBUG : Stderr: Network roottestsettingsrandomization_default Removing (cluster.py:148, run_and_check) 2025-03-31 12:01:39 [ 630 ] DEBUG : Stderr: Network roottestsettingsrandomization_default Removed (cluster.py:148, run_and_check) 2025-03-31 12:01:39 [ 630 ] DEBUG : Cleanup called (cluster.py:894, cleanup) 2025-03-31 12:01:39 [ 630 ] DEBUG : Docker networks for project roottestsettingsrandomization are NETWORK ID NAME DRIVER SCOPE (cluster.py:873, print_all_docker_pieces) 2025-03-31 12:01:39 [ 630 ] DEBUG : Docker containers for project roottestsettingsrandomization are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:881, print_all_docker_pieces) 2025-03-31 12:01:39 [ 630 ] DEBUG : Docker volumes for project roottestsettingsrandomization are DRIVER VOLUME NAME (cluster.py:889, print_all_docker_pieces) 2025-03-31 12:01:39 [ 630 ] DEBUG : Command:[docker container list --all --filter name='^/roottestsettingsrandomization-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:122, run_and_check) 2025-03-31 12:01:39 [ 630 ] DEBUG : Unstopped containers: {} (cluster.py:908, cleanup) 2025-03-31 12:01:39 [ 630 ] DEBUG : No running containers for project: roottestsettingsrandomization (cluster.py:922, cleanup) 2025-03-31 12:01:39 [ 630 ] DEBUG : Trying to prune unused networks... (cluster.py:928, cleanup) 2025-03-31 12:01:39 [ 630 ] DEBUG : Trying to prune unused images... (cluster.py:944, cleanup) 2025-03-31 12:01:39 [ 630 ] DEBUG : Command:[docker image prune -f] (cluster.py:122, run_and_check) 2025-03-31 12:01:39 [ 630 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:146, run_and_check) 2025-03-31 12:01:39 [ 630 ] DEBUG : Images pruned (cluster.py:947, cleanup) 2025-03-31 12:01:39 [ 630 ] DEBUG : Trying to prune unused volumes... (cluster.py:953, cleanup) 2025-03-31 12:01:39 [ 630 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:122, run_and_check) 2025-03-31 12:01:39 [ 630 ] DEBUG : Stdout:1 (cluster.py:146, run_and_check) 2025-03-31 12:01:39 [ 630 ] DEBUG : Volumes pruned: 1 (cluster.py:958, cleanup) ============================== slowest durations =============================== 13.20s setup test_settings_randomization/test.py::test_settings_randomization 3.48s teardown test_settings_randomization/test.py::test_settings_randomization 0.43s call test_settings_randomization/test.py::test_settings_randomization =========================== short test summary info ============================ FAILED test_settings_randomization/test.py::test_settings_randomization - Ass... ============================== 1 failed in 17.17s ============================== Traceback (most recent call last): File "/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration/./runner", line 528, in subprocess.check_call(cmd, shell=True) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker run --rm --name clickhouse_integration_tests_abl9zk --privileged --dns-search='.' --memory=30709026816 --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=6712d5cc610d -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=caad4729259e -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS=" -rfEps --run-id=2 --color=no --durations=0 test_settings_randomization/test.py::test_settings_randomization -vvv" altinityinfra/integration-tests-runner:cd6390247eca ' returned non-zero exit status 1.